object Main: TMain Left = 164 Top = 228 BorderStyle = bsSingle Caption = 'Main' ClientHeight = 66 ClientWidth = 536 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Menu = MainMenu1 OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object TimerStayConnect: TTimer Enabled = False Interval = 50 OnTimer = TimerStayConnectTimer Left = 504 Top = 1 end object MainMenu1: TMainMenu Left = 476 Top = 1 object File1: TMenuItem Caption = '&File' object Exit1: TMenuItem Caption = '&Exit' OnClick = Exit1Click end end object Job1: TMenuItem Caption = '&Job' object Connect1: TMenuItem Caption = '&Connect ...' OnClick = Connect1Click end object N1: TMenuItem Caption = '-' end object FTPExplorer1: TMenuItem Caption = '&FTP Explorer ...' OnClick = FTPExplorer1Click end object URLExplorer1: TMenuItem Caption = 'U&RL Explorer ...' OnClick = URLExplorer1Click end object Downloader1: TMenuItem Caption = '&Downloader ...' OnClick = Downloader1Click end object Uploader1: TMenuItem Caption = '&Uploader ...' OnClick = Uploader1Click end object N2: TMenuItem Caption = '-' end object DropBox1: TMenuItem Caption = 'Drop Box' OnClick = DropBox1Click end end object Cracking1: TMenuItem Caption = '&Cracking ...' end object Setup1: TMenuItem Caption = '&Setup' object TotalSetup1: TMenuItem Caption = 'Total Setup ...' OnClick = TotalSetup1Click end end object Help1: TMenuItem Caption = '&Help' object About1: TMenuItem Caption = '&About ...' OnClick = About1Click end end end end